home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / MESSAGES.DOC < prev    next >
Text File  |  1987-05-12  |  14KB  |  342 lines

  1.                    Dolphin (R) SAIL  Version 1.20
  2.                      MESSAGES AND THEIR MEANINGS
  3.  
  4.  
  5.  
  6. <n> substitutions
  7.    In a global replace, SAIL reported the number of substitutions.
  8.  
  9. Abandon unsaved changes?
  10.     The command will cause SAIL to exit to the operating system.  Any
  11.     unsaved changes will not be saved to disk.  If you answer 'n' SAIL
  12.     will resume editing, and you can save the buffer by entering the
  13.     save-buffer command.  If you answer 'y', SAIL will exit to the
  14.     operating system, abandoning any changes to the file in the current
  15.     session.
  16.  
  17. Begin key macro
  18.     SAIL is waiting for you to enter a key sequence to be stored for later
  19.     execution with the execute macro command.  When you receive this prompt,
  20.     enter a sequence of characters and/or SAIL commands, and follow them
  21.     with the end key macro command.
  22.  
  23. Begin-region mark set
  24.     Before a region command can be used, the start of the region must be
  25.     marked with the begin-region command.  SAIL gives this message when
  26.     a begin-region command has been entered.
  27.  
  28. Buffer to execute:
  29.     SAIL is waiting for you to enter the name of the buffer to be executed.
  30.  
  31. Cannot allocate <n> bytes
  32.     SAIL ran out of memory while attempting to read the specified file.
  33.     This message shows how many bytes of the file could not be allocated.
  34.     To edit the file, break the file into several smaller files before
  35.     attempting again.
  36.  
  37. Cannot allocate block
  38.     SAIL ran out of memory while attempting to allocate memory for a
  39.     window.  Save all your changes and reduce the number of buffers,
  40.     before editing again.
  41.  
  42. Cannot create buffer
  43.     The specified buffer could not be created due to a disk error, or because
  44.     of a naming conflict.
  45.  
  46. Cannot edit in view mode
  47.     Editing is restricted for files read in View mode.  This is to protect
  48.     the contents of help files and archive files.  While usually this is
  49.     just an indication of a typing error, the editing restriction for View
  50.     mode can be removed by resetting the view mode (with the reset mode
  51.     command) for the buffer in question.
  52.  
  53. Cannot enlarge one-window screen
  54.     Since the enlarge command is valid only when there are two or more
  55.     buffers being displayed on the screen, the enlarge command is appropriate
  56.     only after a command that splits the display into two or more windows.
  57.  
  58. Cannot enlarge window
  59.     This message is printed when the enlarge-window command is entered, and the
  60.     result of the enlargement will cause one of the windows on the screen to
  61.     shrink to less than two lines.
  62.  
  63. Cannot list key assignments
  64.     Output if the describe-bindings command was entered and the key
  65.     assignments could not be listed successfully.
  66.  
  67. Cannot nest key macros
  68.     The begin-key-macro command was entered while keyboard input was already
  69.     being accepted for a keyboard macro started by a previous begin-key-macro
  70.     command.  Key macros cannot be nested.
  71.  
  72. Cannot open file for writing
  73.     A disk error occurred when the specified file was to be written.
  74.  
  75. Cannot select built-in buffer
  76.     SAIL reserves temporary buffer names for its internal operations.
  77.     This message is displayed if you have selected a name that conflicts
  78.     with the list of reserved names.
  79.  
  80. Cannot shrink one-window screen
  81.     Since the shrink command is valid only when there are two or more
  82.     buffers being displayed on the screen, the shrink command is appropriate
  83.     only after a command that splits the display into two or more windows.
  84.     
  85. Cannot shrink window
  86.     The window is already at its minimum size, preventing further shrinking
  87.     of the window.
  88.  
  89. Cannot split a 2 line window
  90.     Two-line windows cannot be split.  Reduce the number of buffers being
  91.     displayed on the screen.
  92.  
  93. Can't delete a displayed buffer
  94.     An attempt was made to delete a buffer that is currently being displayed
  95.     on the screen.  To delete the buffer, detach it from the screen.
  96.  
  97. Creating buffer list
  98.     A message to indicate that the describe-bindings command had been
  99.     entered and that SAIL is in the process of creating the list of
  100.     key assignments.
  101.  
  102. [Delete buffer]  Enter buffer name:
  103.     SAIL is waiting for you to enter the name of the buffer to delete.
  104.  
  105. Deleted toward top of file
  106.     During a delete operation, because a negative number prefixed the delete
  107.     command, the delete area began at the current line and went toward the
  108.     top of the file.  This is not an error, but a reminder to the operator
  109.     that the delete direction was reversed.
  110.  
  111. Discard changes?
  112.     This prompt appears whenever you attempt to read in a file over an
  113.     (edited) buffer with the same name, because the read operation will
  114.     cause the file to replace your buffer, and, as a consequence, your
  115.     changes to the buffer will be lost.
  116.  
  117. [Edit file]  Enter file/path name:
  118.     SAIL is waiting for you to input the name of the file to edit.
  119.     When you input a filename, SAIL searches for a buffer of that
  120.     name edited in the current session, and if so, switches control
  121.     to the buffer.  If SAIL could not find a previously-edited
  122.     buffer, it creates a buffer with that name, and reads in the text,
  123.     if existing, associated with it.
  124.  
  125. Editing the existing buffer
  126.     This message is displayed if an edit-file command is entered, and
  127.     SAIL is editing the existing buffer instead of reading information
  128.     from disk.
  129.  
  130. End key macro
  131.     This message appears when you enter the command to end a key macro.
  132.     For most cases, it is not an error, rather it is a reminder that your
  133.     key macro has ended.
  134.  
  135. Error in closing file
  136.     An error occurred when SAIL attempted to close a file.  Indicates
  137.     a disk error.  Note that since this message really means that
  138.     SAIL was not successful in completely saving your file, you should
  139.     first try to recover from this situation by an attempt to save the
  140.     buffer again under a different name.
  141.  
  142. Error in writing file
  143.     An error occurred when SAIL attempted to write your file.  Indicates
  144.     a disk error.  Correct the problem (disk drive door open, bad floppy,
  145.     etc.) and save the buffer again.
  146.  
  147. Error while deleting
  148.     An error occurred while carrying out the delete command on your buffer.
  149.  
  150. [Execute buffer]  Enter file/path name:
  151.     SAIL is waiting for you to enter a name of a buffer which will be
  152.     interpreted as a batch file.
  153.  
  154. [Execute file]  Enter file/path name:
  155.     SAIL is waiting for you to enter a name of a file which will be
  156.     interpreted as a batch file.  Reserved for future implementations of
  157.     SAIL.
  158.  
  159. File not found
  160.     The file that you specified for SAIL to read was not in the current
  161.     directory.   This could have been caused by your being in the wrong
  162.     subdirectory, the wrong disk being inserted, or a typo in the filename.
  163.  
  164. File read error
  165.     An error occurred when SAIL attempted to read your file.  Indicates
  166.     a disk error.  For best results, keep your disks clean and dust-free,
  167.     and in their protective sleeves.  Also develop your programs on a
  168.     disk separate from your text files.
  169.  
  170. Fill column is <n>
  171.     When the fill column is updated, SAIL displays this message to tell
  172.     you which column it just set.
  173.  
  174. Function not defined
  175.     An attempt was made to assign a key to an undefined function, or
  176.     a command line error in a SAIL control file.
  177.  
  178. Help file not online
  179.     For the online help facility to be available to you while editing,
  180.     the help information, in a file named SAILHELP.EXE, must be
  181.     available to SAIL.  Read the user documentation and the instructions
  182.     for installing SAIL.
  183.  
  184. Hit RETURN to continue
  185.     SAIL has completed processing the specified DOS command, and is
  186.     ready to resume editing when you press RETURN.
  187.  
  188. Insert file:
  189.     SAIL is waiting for you to type the name of the file to be merged
  190.     into the current buffer.  Type the name of the file and press RETURN.
  191.  
  192. Inserted <n> line(s), long lines wrapped
  193.     While SAIL was merging the specified file into your current buffer,
  194.     it found that your file had very long lines in it and wrapped them
  195.     (automatically added newlines).  This sometimes occurs when reading
  196.     a file created with a different text editor.  For best results,
  197.     reedit the file using the other text editor so that the lines are
  198.     shorter than 253 characters.
  199.  
  200. Inserted <n> lines
  201.     SAIL successfully merged the specified file into your current buffer,
  202.     and is reporting the number of lines that were merged.
  203.  
  204. Inserting file
  205.     SAIL is in the process of merging the specified file into your current
  206.     buffer.  Please wait.
  207.  
  208. Internal error
  209.     These error message should never be displayed.  If you encounter one of
  210.     the above two errors, please make a list of the details of the conditions
  211.     that caused it, and contact Software Creations.  Thank you for your
  212.     cooperation.
  213.  
  214. Interrupt
  215.     While SAIL was waiting for the second half of a command started by
  216.     [Ctrl-X] or [Esc], or information required by the entry of a complete
  217.     command, you entered [Ctrl]-G, which is the instruction to abort the
  218.     command.
  219.  
  220. Invalid mode
  221.     In response to the delete-mode or add-mode commands, a character
  222.     string other than WRAP, CMODE, SPELL, EXACT, VIEW, or OVER was entered.
  223.  
  224. Key assignment table full
  225.     The key assignment table holds up to 200 key assignments.  This message
  226.     is displayed if that number is exceeded.
  227.  
  228. Key macro end without begin
  229.     The end-key-macro command was entered, even though the begin-key-macro
  230.     command was not.
  231.  
  232. Key macro incomplete or undefined
  233.     An attempt was made to execute a key macro while the key macro was still
  234.     being defined.  This message is output if the execute-key-macro command
  235.     was entered following the begin-key-macro command, and the end-key-macro
  236.     command had not been entered.
  237.  
  238. Key not assigned
  239.     An undefined key was entered following the [Esc] key or [Ctrl]-X; or
  240.     with the [Ctrl] key shifted down.
  241.  
  242. Last line incomplete
  243.     The last line of the file did not contain a newline.
  244.  
  245. Line: <n>  Column: <n>  Character <n> of <n>  (<n>%)
  246.     The above status line appears when the file status is taken.
  247.     Line and Column are numbers indicating the position of the current
  248.     line on the screen.  Character <n> of <n> shows the position of the
  249.     current line with respect to the length of the file in bytes, and
  250.     its percentage.
  251.  
  252. Long line(s) in file
  253.     SAIL read a file containing lines that were longer than 253 letters.
  254.     Since SAIL reserves 253 letters for each line, long lines are
  255.     truncated.
  256.  
  257. New file
  258.     SAIL is beginning processing on a new file.  This is a reminder to
  259.     you that there is no text.
  260.  
  261. No mark set in this window
  262.     A block command was attempted without a begin-block mark.
  263.  
  264. No next window to page up
  265.     The page up next window command is valid only when there are two
  266.     or more buffers being displayed on the screen.
  267.  
  268. No next window to page down
  269.     The page down next window command is valid only when there are two
  270.     or more buffers being displayed on the screen.
  271.  
  272. No previous search string
  273.     An attempt was made to repeat a search, without a previous search.
  274.  
  275. Out of memory during insert
  276.     Since an insert command requires that the file become larger, this
  277.     message is displayed if the insert caused SAIL to run out of memory.
  278.  
  279. Pattern not found
  280.     The specified search string could not be found from the current cursor
  281.     position to the bottom (or top) of the file when the search (or reverse
  282.     search) command was entered.
  283.  
  284. Read <n> lines
  285.     SAIL has successfully read the file from disk, and displays the number
  286.     of lines read.
  287.  
  288. Read <n> lines, long lines wrapped
  289.     SAIL has read the file from disk, but encountered lines having more
  290.     than 256 characters in them.  These were split into lines shorter
  291.     than 256 characters by addition of carriage returns.
  292.  
  293. [Read file]  Enter file/path name:
  294.     SAIL is prompting you to enter the name of a file for use with the
  295.     read file command.
  296.  
  297. Reading...
  298.     SAIL is reading the file from disk.  Please wait.
  299.  
  300. [Rename buffer]  Enter new buffer name:
  301.     SAIL is waiting for a new name for the current buffer.
  302.  
  303. Repeat: <n>
  304.     This message is displayed when a repeat prefix is entered, and
  305.     indicates the number of times that the command immediately following
  306.     will be executed.
  307.  
  308. Reverse search ()[Esc]:
  309.     This message is displayed when the reverse-search command is entered,
  310.     and indicates that the search occurs toward the top of the file.
  311.     Enter the search string, followed by the Esc key.
  312.  
  313. [Save file]  Enter file/path name:
  314.     SAIL is waiting for you to enter a filename (or a full DOS pathname
  315.     specification) to use when saving the buffer.  Provide a unique name.
  316.  
  317. Search ()[Esc]:
  318.     This message is displayed when the search command is entered, and
  319.     indicates that the search occurs toward the bottom of the file.
  320.     Enter the search string, followed by the Esc key.
  321.  
  322. Undefined function
  323.    An attempt was made to assign a key illegally.
  324.  
  325. [Use buffer]  Enter buffer name:
  326.     SAIL is waiting for you to enter the name of a buffer to edit.
  327.     If the buffer has been edited in the current session, the contents
  328.     of the buffer are used.  If the buffer does not exist, a new buffer
  329.     with that name is created.
  330.  
  331. [View file]  Enter file/path name:
  332.     SAIL is waiting for you to enter the name of the file to View.
  333.  
  334. Writing "filename"
  335.     This message is output for each filename SAIL is saving while
  336.     it is processing the Zap command.
  337.  
  338. Wrote <n> lines to "filename"
  339.     SAIL successfully wrote the file to disk, and thus displays the
  340.     number of lines written.
  341.  
  342.